CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl shader

搜索资源列表

  1. simple_lighting

    0下载:
  2. opengl高级渲染语言可以允许用户自己在shader编程实现自己的光照代码.本代码摈弃了opengl传统的光照编程,在fragment program实现了phone光照模型。vc7.1+opengl2.0-opengl advanced rendering language allows users in shader programming their own illumination code. the code of opengl abandon traditional illumin
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2076001
    • 提供者:王赞纲
  1. CGfx_shader_programming_in_GLSL

    0下载:
  2. shader programming CGFX openGL 2.0
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1704187
    • 提供者:毛毛
  1. dynamiclightmaps.tar

    0下载:
  2. This article provides an introduction to writing pixel shaders with the Cg shader programming language and using them in OpenGL with the ARB_fragment_program extension
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11738
    • 提供者:twors
  1. pixel-shading

    0下载:
  2. GLSL实现vertex shading 和 per-pixel shading,通过两个茶壶实现对比-GLSL implementation vertex shading and per-pixel shading, contrast achieved through two teapot
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2741625
    • 提供者:钱银玲
  1. CircleMagnifier

    0下载:
  2. 本程序通过OpenGL和shader实现了圆形放大镜,并且在放大镜的中间贴上了一个十字瞄准镜的纹理,就像cs中的狙击枪的放大效果一样。-This procedure achieved through OpenGL and shader round magnifying glass, and in the middle of the magnifying glass labeled a cross-sight of the texture, like cs guns in the sniper l
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2696852
    • 提供者:汪归归
  1. java.odt.tar

    0下载:
  2. Creates, compiles and links two simple shaders. The vertex shader mimics the fixed function * pipeline and computes standard model view projection transformations. The fragment shader sets * the colour of fragments by reading the current glCol
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:25711
    • 提供者:veeresh
  1. my_xfile_test_3

    1下载:
  2. 最经典的学习OPENGL FK 骨骼动画源码.更多游戏编程相关内容,如场景导入和管理,碰撞和物理引擎,刚性动力学,IK动画,场景编辑器,T&L和可编程SHADER,特效等,都可依照此例为基础扩展下去.NEHE的教程只是一个个分散的历程,但自己亲自动手写引擎的话,最好有一个基础的稳定架构,此例作基础比较合适.-The most classic of learning OPENGL FK skeleton animation source, the original author along the
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:2049717
    • 提供者:何中求
  1. OpenGL_ES_Programming_Guide_iPhone_v1.0.0.tar

    0下载:
  2. 主要是介绍IPHONE3GS上面的罪名用OPEN GL,是做iphone开发的很好一本书,特别是对于那些自己想做动画效果的程序员来说,必不可以少-The introduction of the iPhone 3G S to the market marks a major milestone in the adoption of OpenGL ES 2.0. This new iPhone will put the power of programmable 3D graphics in t
  3. 所属分类:iPhone

    • 发布日期:2017-04-01
    • 文件大小:711824
    • 提供者:黎明
  1. Shaders

    0下载:
  2. POWERVR OpenGL ES SDK的3D demo shaders,展示了著色器可以實現的效果-POWERVR OpenGL ES SDK for 3D demo shaders, shader shows the effect can be achieved
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:930613
    • 提供者:denny
  1. ex-twisting

    0下载:
  2. OPENGL中的GLSL实现基于GPU的绘制,写顶点着色器shader,实现了图形学经典的twisting效果-OPENGL in GLSL GPU-based rendering, to write the vertex shader shader, to achieve the effect of twisting the classic graphics
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:144959
    • 提供者:nicai
  1. ex-shrinking

    0下载:
  2. OPENGL中的GLSL,实现基于GPU的绘制,通过写几何着色器实现了shrink效果-OPENGL in GLSL, GPU-based rendering, by writing to the geometry shader effects to achieve a shrink
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:152679
    • 提供者:nicai
  1. ex-replace

    0下载:
  2. OPENGL中的GLSL,实现基于GPU的绘制,通过写几何着色器实现了replace效果-OPENGL in GLSL, GPU-based rendering, by writing to replace the geometry shader effects to achieve a
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:152928
    • 提供者:nicai
  1. DrawText

    0下载:
  2. Draw text (unicode string) using OpenGL ES 2.0, including function CreateTextTexture(), texture in shader code and call.-Draw text (unicode string) using OpenGL ES 2.0, including function CreateTextTexture(), shader.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:7166
    • 提供者:morgen
  1. opengl_qt_rotate

    0下载:
  2. 在这一节中主要简单介绍下怎样给平面几何着色,以及怎样让绘制出来的几何图形旋转起来。在上一节OpenGL_Qt学习笔记之_02(绘制简单平面几何图形) 中已经介绍了如何利用opengl画一些简单的图像,那么这一节就在上面的基础上给它着色,且让他旋转。-The main brief in this section under how to plane geometry shader, and how to draw out geometry rotation. A OpenGL_Qt study n
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:300941
    • 提供者:wuwei
  1. Shadow map之實作

    0下载:
  2. 利用opengl實作傳統shadow map,並有使用到shader,執行環境VC++ 2008。
  3. 所属分类:OpenGL

  1. interleaver

    0下载:
  2. Tea pot, used OpenGL vertex and fragment shader
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:298109
    • 提供者:Kanesh
  1. color2

    0下载:
  2. 基于mfc的opengl编程,三维建模,鼠标键盘控制并且纹理着色-Based on the mfc opengl programming, 3D modeling, mouse and keyboard control and texture shader
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:6028627
    • 提供者:7号精灵
  1. terrain_test

    0下载:
  2. 绘制地形的代码,非常简洁!使用cg shader语言,配合opengl,效果很好!-terrain render tool
  3. 所属分类:Other Games

    • 发布日期:2017-05-19
    • 文件大小:5597876
    • 提供者:zhy
  1. RayTracer_skeleton

    0下载:
  2. opengl实现粒子系统和着色器编程,可以添加如火焰、喷泉等粒子效果-opengl achieve particle system and shader programming, you can add as flames, fountains and other particle effects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:299540
    • 提供者:todd
  1. computer-graphics

    0下载:
  2. 本程序主要实现场景的读入,纹理映射,使用最新的opengl编程方法。是基于着色器的!-The main achievement of the program reads the scene, texture mapping, using the latest opengl programming methods. Is based shader!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:1021760
    • 提供者:任卫红
« 1 2 3 45 »
搜珍网 www.dssz.com